home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Odtwarzacze filmow / ViPlay3 b3 / ViPlay300_3.exe / Skins / WMP / skin.xml < prev    next >
Extensible Markup Language  |  2005-12-03  |  16KB  |  237 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- ================================== -->
  3. <!--  US ViPlay3 - Rise Of The Players  -->
  4. <!-- ================================== -->
  5.  
  6. <ViPlay3.Skin ver="3.0">
  7.  
  8.     <info>
  9.         <name>WMP 6.4 Clone</name>
  10.         <version>1.0</version>
  11.         <author>Aldo Lacavalla</author>
  12.         <email>aml@urusoft.net</email>
  13.         <homepage>http://www.urusoft.net</homepage>
  14.         <comment>Please feel free to use this skin as a point to build your new ViPlay3 skins.</comment>
  15.         <screenshot>screenshot.png</screenshot>
  16.     </info>
  17.  
  18.     <menus>
  19.         <menu id="File">
  20.             <item action="OpenFile"></item>
  21.             <item action="OpenURL"></item>
  22.             <item action="Close"></item>
  23.             <item action="-"></item>
  24.             <item action="Exit"></item>
  25.         </menu>
  26.  
  27.         <menu id="Help">
  28.             <item action="Help topics"></item>
  29.             <item action="-"></item>
  30.             <item action="Getting started"></item>
  31.             <item action="Check for updates..."></item>
  32.             <item action="About"></item>
  33.         </menu>
  34.  
  35.         <menu id="General">
  36.             <item action="About" iconindex="0"></item>
  37.             <item action="-"></item>
  38.             <item action="Options">
  39.                 <item action="Preferences" iconindex="3"></item>
  40.                 <item action="Skins"></item>
  41.                 <item action="Languages"></item>
  42.                 <item action="-"></item>
  43.                 <item action="Shuffle"></item>
  44.                 <item action="Repeat"></item>
  45.             </item>
  46.             <item action="Playback">
  47.                 <item action="Prev"></item>
  48.                 <item action="Play"></item>
  49.                 <item action="Pause"></item>
  50.                 <item action="Stop"></item>
  51.                 <item action="Next"></item>
  52.                 <item action="-"></item>
  53.                 <item action="JumpTo"></item>
  54.                 <item action="JumpToFile"></item>
  55.                 <item action="-"></item>
  56.                 <item action="Back"></item>
  57.                 <item action="Fwd"></item>
  58.             </item>
  59.             <item action="Video">
  60.                 <item action="Fullscreen"></item>
  61.                 <item action="-"></item>
  62.                 <item action="Aspect Ratio">
  63.                     <item action="AspectOriginal" default="1"></item>
  64.                     <item action="-"></item>
  65.                     <item action="Aspect169"></item>
  66.                     <item action="Aspect43"></item>                    
  67.                     <item action="AspectStretched"></item>
  68.                 </item>
  69.                 <item action="Zoom">
  70.                     <item action="DigitalZoom"></item>
  71.                     <item action="-"></item>
  72.                     <item action="Zoom50"></item>
  73.                     <item action="Zoom100" default="1"></item>
  74.                     <item action="Zoom200"></item>
  75.                 </item>                
  76.                 <item action="Colors"></item>
  77.                 <item action="VideoFilters"></item>
  78.                 <item action="AudioStreams"></item>
  79.             </item>
  80.             <item action="Advanced">
  81.                 <item action="Playback rate">
  82.                     <item action="PlayRate50"></item>
  83.                     <item action="PlayRate75"></item>
  84.                     <item action="PlayRate100" default="1"></item>
  85.                     <item action="PlayRate125"></item>
  86.                     <item action="PlayRate150"></item>
  87.                     <item action="PlayRate175"></item>
  88.                     <item action="PlayRate200"></item>
  89.                 </item>
  90.                 <item action="DSFilters"></item>
  91.             </item>
  92.             <item action="-"></item>
  93.             <item action="ToggleMain"></item>
  94.             <item action="TogglePlaylist"></item>
  95.             <item action="ToggleEqualizer"></item>
  96.             <item action="-"></item>
  97.             <item action="Open" iconindex="1">
  98.                 <item action="OpenFile"></item>
  99.                 <item action="OpenURL"></item>
  100.                 <item action="-"></item>
  101.                 <item action="RadioManager"></item>
  102.             </item>
  103.             <item action="Close"></item>
  104.             <item action="-"></item>
  105.             <item action="Exit"></item>
  106.         </menu>
  107.  
  108.         <menu id="Playlist">
  109.             <item action="PlayFocusedFile"></item>
  110.             <item action="FileProperties"></item>
  111.             <item action="-"></item>
  112.             <item action="JumpToFile"></item>
  113.             <item action="-"></item>
  114.             <item action="Add">
  115.                 <item action="AddFiles"></item>
  116.                 <item action="AddFolder"></item>                
  117.             </item>
  118.             <item action="Remove">
  119.                 <item action="RemoveSelectedFiles"></item>
  120.                 <item action="RemoveUnselectedFiles"></item>
  121.                 <item action="RemoveDeadFiles"></item>
  122.                 <item action="RemoveDuplicatedFiles"></item>
  123.             </item>
  124.             <item action="Select">
  125.                 <item action="SelectAllFiles"></item>
  126.                 <item action="DeselectAllFiles"></item>
  127.                 <item action="InvertSelectionFiles"></item>
  128.                 <item action="SelectDuplicatedFiles"></item>
  129.             </item>
  130.             <item action="Sort">
  131.                 <item action="SortFilesByName"></item>
  132.                 <item action="SortFilesByPath"></item>
  133.                 <item action="SortFilesBySize"></item>
  134.                 <item action="SortFilesByDate"></item>
  135.                 <item action="SortFilesByLength"></item>
  136.                 <item action="ReverseFiles"></item>
  137.                 <item action="RandomizeFiles"></item>
  138.             </item>
  139.         </menu>
  140.  
  141.         <menu id="PlaylistMenu">
  142.             <item action="Add">
  143.                 <item action="AddFiles"></item>
  144.                 <item action="AddFolder"></item>                
  145.             </item>
  146.             <item action="Remove">
  147.                 <item action="RemoveSelectedFiles"></item>
  148.                 <item action="RemoveUnselectedFiles"></item>
  149.                 <item action="RemoveDeadFiles"></item>
  150.                 <item action="RemoveDuplicatedFiles"></item>
  151.             </item>
  152.             <item action="Select">
  153.                 <item action="SelectAllFiles"></item>
  154.                 <item action="DeselectAllFiles"></item>
  155.                 <item action="InvertSelectionFiles"></item>
  156.                 <item action="SelectDuplicatedFiles"></item>
  157.             </item>
  158.             <item action="Sort">
  159.                 <item action="SortFilesByName"></item>
  160.                 <item action="SortFilesByPath"></item>
  161.                 <item action="SortFilesBySize"></item>
  162.                 <item action="SortFilesByDate"></item>
  163.                 <item action="SortFilesByLength"></item>
  164.                 <item action="ReverseFiles"></item>
  165.                 <item action="RandomizeFiles"></item>
  166.             </item>
  167.             <item action="List">
  168.                 <item action="NewList"></item>
  169.                 <item action="LoadList"></item>
  170.                 <item action="SaveList"></item>
  171.             </item>
  172.         </menu>
  173.     </menus>
  174.  
  175.     <colors>
  176.         <preset id="Ice Blue">
  177.             <color group="0" value="0,15,30"/>
  178.         </preset>
  179.     </colors>
  180.  
  181.     <window id="Main" file="main.bmp" style="Complex" w="294" h="340" minw="294" minh="240" tl="0,0,30,44" tm="31,0,30,44" tr="62,0,30,44" bl="0,96,30,77" bm="31,96,30,77" br="62,96,30,77" lm="0,45,6,50" rm="55,45,6,50" videorect="5,44,283,218" videocolor="#000000" logo="logo.bmp" group="0" menu="General">
  182.         <button file="menu1.bmp" x="4" y="23" w="28" h="18" normalx="0" normaly="0" pressedx="0" pressedy="18" highlightedx="0" highlightedy="36" group="0" menu="File"/>
  183.         <button file="menu2.bmp" x="32" y="23" w="34" h="18" normalx="0" normaly="0" pressedx="0" pressedy="18" highlightedx="0" highlightedy="36" group="0" menu="Help"/>
  184.         <button file="sys.bmp" action="System" x="7" y="5" w="14" h="16" normalx="0" normaly="0" group="0"/>
  185.         <button file="min.bmp" action="Minimize" x="238" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" group="0"/>
  186.         <button file="max.bmp" action="MaximizeMain" x="254" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" group="0"/>
  187.         <button file="exit.bmp" action="Exit" x="272" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" group="0"/>
  188.         <button file="play.bmp" action="Play" x="6" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" transparentcolor="#FF00FF" fade="0" align="LB" group="0" menu="General"/>
  189.         <button file="pause.bmp" action="Pause" x="28" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  190.         <button file="stop.bmp" action="Stop" x="50" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  191.         <button file="prev.bmp" action="Prev" x="82" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  192.         <button file="rew.bmp" action="SeekBack" x="104" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  193.         <button file="ffw.bmp" action="SeekFwd" x="126" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  194.         <button file="next.bmp" action="Next" x="148" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" align="LB" group="0"/>
  195.         <button file="pl.bmp" action="TogglePlaylist" x="180" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" checkedx="0" checkedy="63" checkbox="1" align="LB" group="0"/>
  196.         <button file="mute.bmp" action="Mute" x="216" y="287" w="21" h="21" normalx="0" normaly="0" pressedx="0" pressedy="21" highlightedx="0" highlightedy="42" disabledx="0" disabledy="63" checkedx="0" checkedy="63" checkbox="1" align="RB" group="0"/>
  197.         <slider file="volume.bmp" action="Volume" x="238" y="287" w="49" h="21" normalx="49" normaly="0" pressedx="49" pressedy="0" highlightedx="49" highlightedy="0" style="1" kind="H" buttonw="10" buttonh="21" align="RB" group="0"/>
  198.         <sliderex file="seek.png" action="Seek" x="6" y="268" w="281" h="15" normalx="62" normaly="0" pressedx="62" pressedy="0" highlightedx="62" highlightedy="0" style="1" kind="H" buttonw="13" buttonh="15" bordersize="6" tilea="0,0,62,15" align="LB" group="0"/>
  199.         <image file="divider.bmp" x="76" y="287" align="LB" group="0"/>
  200.         <image file="divider.bmp" x="174" y="287" align="LB" group="0"/>
  201.         <image file="divider.bmp" x="206" y="287" align="LB" group="0"/>
  202.         <label x="24" y="4" w="210" h="18" text="ViPlay3 Media Player" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" bold="1" italic="0" underline="0" textalign="Left" align="LRT" group="0"/>
  203.         <label action="title" x="33" y="318" w="142" h="16" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" align="LRB" group="0"/>
  204.         <timer action="time" x="187" y="318" w="27" h="16" format="mm:ss" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" align="RB" group="0" menu="General"/>
  205.         <timer action="duration" x="217" y="318" w="35" h="16" format="/ mm:ss" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" align="RB" group="0"/>
  206.     </window>
  207.  
  208.     <window id="Equalizer" file="eq.bmp" menu="General" group="0">
  209.         <button file="eqon.bmp" action="EQ" x="15" y="31" w="13" h="13" normalx="0" normaly="0" pressedx="0" pressedy="0" highlightedx="0" highlightedy="0" checkedx="0" checkedy="15" checkbox="1" menu="General" group="0"/>
  210.         <button file="eqpresets.bmp" action="EQPresets" x="226" y="26" w="60" h="20" normalx="0" normaly="0" pressedx="0" pressedy="20" highlightedx="0" highlightedy="0" menu="General" group="0"/>
  211.         <button file="exit.bmp" action="CloseEqualizer" x="272" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" menu="General" group="0"/>
  212.         <slider file="slidereq.bmp" action="PreAMP" x="25" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  213.         <slider file="slidereq.bmp" action="Band0" x="82" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  214.         <slider file="slidereq.bmp" action="Band1" x="101" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  215.         <slider file="slidereq.bmp" action="Band2" x="120" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  216.         <slider file="slidereq.bmp" action="Band3" x="139" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  217.         <slider file="slidereq.bmp" action="Band4" x="158" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  218.         <slider file="slidereq.bmp" action="Band5" x="177" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  219.         <slider file="slidereq.bmp" action="Band6" x="196" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  220.         <slider file="slidereq.bmp" action="Band7" x="215" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  221.         <slider file="slidereq.bmp" action="Band8" x="234" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  222.         <slider file="slidereq.bmp" action="Band9" x="253" y="51" w="15" h="55" normalx="0" normaly="55" pressedx="0" pressedy="62" highlightedx="0" highlightedy="55" style="1" kind="V" buttonw="15" buttonh="7" menu="General" group="0"/>
  223.     </window>
  224.  
  225.     <window id="Playlist" file="pledit.bmp" w="294" h="340" minw="294" minh="240" tl="0,0,30,44" tm="31,0,30,44" tr="62,0,30,44" bl="0,96,30,31" bm="31,96,30,31" br="62,96,30,31" lm="0,45,6,50" rm="55,45,6,50" rect="5,44,283,264" font="MS Sans Serif" color="#FFFFFF" backcolor="#000000" currentcolor="#00FF80" selectedcolor="#FFFFFF" selectioncolor="#000080" scrollbar="scrollbar.bmp" normalx="16" pressedx="16" highlightedx="16" buttonw="16" buttonh="40" scrollbarwidth="16" tile="0,0,33,39" bordersize="0" autohidescrollbar="1" dragdrop="dragdrop.bmp" timeformat="mm:ss" menu="General" menuitems="Playlist" group="0">
  226.         <button file="scrollbarbtnup.bmp" action="ScrollUp" x="272" y="44" w="16" h="16" normalx="0" normaly="0" pressedx="0" pressedy="16" highlightedx="0" highlightedy="0" align="RT" group="0"/>
  227.         <button file="scrollbarbtndown.bmp" action="ScrollDown" x="272" y="246" w="16" h="16" normalx="0" normaly="0" pressedx="0" pressedy="16" highlightedx="0" highlightedy="0" align="RB" group="0"/>
  228.         <button file="menu1.bmp" x="4" y="23" w="28" h="18" normalx="0" normaly="0" pressedx="0" pressedy="18" highlightedx="0" highlightedy="36" menu="PlaylistMenu" group="0"/>
  229.         <button file="max.bmp" action="MaximizePlaylist" x="254" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" group="0"/>
  230.         <button file="exit.bmp" action="ClosePlaylist" x="272" y="6" w="16" h="14" normalx="0" normaly="0" pressedx="0" pressedy="14" align="RT" group="0"/>
  231.         <label x="7" y="4" w="238" h="18" text="Playlist Editor" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" bold="1" italic="0" underline="0" transparent="1" textalign="Left" align="LRT" group="0"/>
  232.         <edit action="quicksearch" x="33" y="315" w="142" h="19" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" bold="0" italic="0" underline="0" border="1" align="LRB" group="0"/>
  233.         <timer action="PlaylistLength" x="217" y="318" w="42" h="16" format="hh:mm:ss" font="MS Sans Serif" size="8" color="#FFFFFF" backcolor="#000000" align="RB" group="0"/>
  234.     </window>
  235.  
  236. </ViPlay3.Skin>
  237.